NumberingScheme Enumeration

Represents if footnote numbers start with a new number at the beginning of the document or at the beginning of each chapter or page.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum NumberingScheme

Members

Document0 Footnote numbers start with a new number at the beginning of a document.
Chapter1 Footnote numbers start with a new number at the beginning of a chapter.
Page2 Footnote numbers start with a new number at the beginning of a page.
None3 None.

See Also